home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000037_amos@sol.acs.unt.edu_Tue Dec 6 18:40:04 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  5KB

  1. Received: from mercury.unt.edu by cs.umb.edu with SMTP id AA07546
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 7 Dec 1994 11:24:00 -0500
  3. Received: from sol.acs.unt.edu by mercury.unt.edu with SMTP id AA23934
  4.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 7 Dec 1994 08:50:43 -0600
  5. Received: (amos@localhost) by sol.acs.unt.edu (8.6.9/8.6.4) id IAA23942; Wed, 7 Dec 1994 08:50:39 -0600
  6. Resent-Message-Id: <199412070441.XAA27740@Athena.McRCIM.McGill.EDU>
  7. Message-Id: <199412070441.XAA27740@Athena.McRCIM.McGill.EDU>
  8. X-Authentication-Warning: Athena.McRCIM.McGill.EDU: peta owned process doing -bs
  9. X-Authentication-Warning: Athena.McRCIM.McGill.EDU: Host localhost didn't use HELO protocol
  10. To: karron@mcard27.med.nyu.edu (Dan Karron karron@nyu.edu)
  11. Subject: Re: Software Cleanup 
  12. In-Reply-To: Your message of "Tue, 06 Dec 1994 18:53:00 EST."
  13.              <9412062353.AA06545@mcard27.med.nyu.edu> 
  14. Date: Tue, 06 Dec 1994 23:40:04 -0500
  15. From: peta@cim.mcgill.ca
  16. Resent-To: tex-k@cs.umb.edu
  17. Resent-Date: Tue, 06 Dec 1994 23:41:22 -0500
  18. Resent-From: Peter Whaite <peta@cim.mcgill.ca>
  19. Resent-Date: Wed, 7 Dec 1994 08:50:35 -0600 (CST)
  20. Resent-From: "Amos A. Gouaux" <amos@unt.edu>
  21. Resent-To: amos@europa.acs.unt.edu
  22. Resent-Message-Id: <Pine.SUN.3.91.941207085035.23772A@sol.acs.unt.edu>
  23.  
  24.  
  25. > Dear Karl and other TeX hackers...
  26. > Whata a MESS !!
  27.  
  28. Well its not perfect but...
  29.  
  30. > IRIX 4.05 install out of the box de-novo does not work for various
  31. > reasons...
  32.  
  33. I didn't have any problems with IRIX 5.2.  Some caveats though --- I used
  34. web2c-6.1 but patched for the latest kpathsea using the procedure given in
  35. web2c-kpathsea-2.4.help.   I just went to the top level directory and typed...
  36.  
  37.     CC=/bin/cc ./configure
  38.  
  39. Everything compiled fine.  The triptrap tests were OK. The formats built Ok.
  40. The install worked fine.
  41.  
  42. > 1) Karl: you need a set of variables in the makefiles that give a install
  43. > path for mf and tex bootstrapping, i.e., when you run them for the first
  44. > time before the files are installed in the installation directories.
  45. >
  46. > Also, an insidious problem is that on re-installs, your pool and format
  47. > images will use sources in the OLD, installed directory before the newer
  48. > sources to be dump/imaged are made. This can mean for insidious verions
  49. > conflicts. so for TEXPOOL, you should have a variable TEXPOOL_BOOTSTRAP,
  50. > that points to the local, uninstalled files.
  51.  
  52. Well I'm pretty sure the INSTALL instructions say to install the sources
  53. before building the formats.  If thats not convenient then the texmf
  54. enviroment variables can be set to point to the appropriate places.  
  55.  
  56. However I must agree that this could be a real pitfall unless you know about
  57. this stuff though I would have thought the pool and format sources to be
  58. pretty much set in concrete by this time.
  59.  
  60. > Configure should be able to search reasonable places for directories that
  61. > look like they have appropriate files if you don't say where to put stuff.
  62.  
  63. It does seem to do this (well the patched version does), by seeing if you have
  64. an existing tex and using its path.  I didnt give any --prefix to configure
  65. and it put everything in out non-standard /local/TeX.  Besides the
  66. instructions clearly say that you should edit make/paths.make in the top level
  67. directory, and that you should give a --prefix to configure.
  68.  
  69. > Finally, gcc seems to have some math/arithmitic problems, in that mf
  70. > compiled with gcc on IRIX 4.05 is failing for
  71.  
  72. I must say that I too have had problems with gcc-2.6.0 and xdvik under
  73. IRIX5.2.  Much as I want to see gcc stable I dont have time to track these
  74. things down so now I always say CC=/bin/cc ./configure.
  75.  
  76. > So, I am rerunning with SGI cc, but then strong type checking causes
  77. > ...[examples deleted]...
  78. > This should be fixed by .configure
  79.  
  80. I see none of these errors under IRIX5.2
  81.  
  82. > Sheesh... All I started out trying to do was upgrade my TeX instllation, but
  83. > I see that this is turning into a career path.
  84.  
  85. I know exactly how you feel.  The problem I have is with the different
  86. versions of kpathsea running around.  The stock web2c-6.1 comes with an old
  87. kpathsea, and the latest versions of xdvik and dvipsk use the newest (which
  88. allows texmf.cfg customization).  I also have had problems with MakeTeXPK
  89. incompatibilities --- when I installed dvipsk-5.58b the new MakeTeXPK didn't
  90. work with the installed xdvik-1.8.  When I tried to install xdvik-18d I ran
  91. into problems with gs getting bad color properties (see my previous post).
  92.  
  93. > I hope that we can get to a new release soon as soon as we agree how to
  94. > rework the makefiles...
  95.  
  96. Try the kpathsea-2.4 patch to web2c-6.1, and maybe upgrade to IRIX5.2 as well.
  97.  
  98. Now if only someone will tell me how to get xdvik-18d talking to gs properly.
  99.  
  100.